ComponentOne Xamarin Edition
C1CollectionViewBase<T> Class Members
Properties  Methods  Events

C1.CollectionView Assembly > C1.CollectionView Namespace : C1CollectionViewBase<T> Class

The following tables list the members exposed by C1CollectionViewBase<T>.

Public Properties
 NameDescription
Public Property Gets the number of elements in the collection.  
Public Property Gets or sets the current item in the view.  
Public Property Gets the current position.  
Public Property Gets the element at the specified index in the read-only list.  
Top
Public Methods
 NameDescription
Public Method Returns an enumerator that iterates through the collection.  
Public Method Gets the type of the item.  
Public Method Gets the index of the specified item.  
Public Method Sets the specified item in the view as the current item.  
Public Method Sets the first item in the view as the current item.  
Public Method Sets the last item in the view as the current item.  
Public MethodSets the item after the CurrentItem in the view as the CurrentItem.  
Public Method Sets the item at the specified index in the view as the current item.  
Public MethodSets the item before the CurrentItem in the view as the CurrentItem.  
Top
Extension Methods
 NameDescription
Public Extension MethodOverloaded. Converts an System.Collections.IEnumerable to a collection view.
Top
Public Events
 NameDescription
Public Event Occurs after the collection changed.  
Public Event Occurs after the current item changed.  
Public Event Occurs when the current item is changing.  
Public Event Occurs when a property value changes.  
Top
See Also

Reference

C1CollectionViewBase<T> Class
C1.CollectionView Namespace